Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 4 - Advanced Printing Features / Advanced Printing Features Reference
Constants and Data Types for Synonyms


Cubic Synonym

The gxCubicSynonymTag synonym ('cubx') for cubics is defined:

#define gxCubicSynonymTag 0x63756278
QuickDraw GX defines cubic synonym information in the cubic synonym enumeration:

enum gxCubicSynonym{
   gxIgnoreFlag =    0  
   gxLineToFlag =    1  
   gxCurveToFlag =   2     
   gxMoveToFlag =    3     
   gxClosePathFlag = 4     
};

typedef short gxCubicSynonymFlags;
Constant descriptions

gxIgnoreFlag
Ignore this flag; get the next one.
gxLineToFlag
Draw a line from the current point to the point specified after this flag.
gxCurveToFlag
Draw a curve from the current point through the three points specified after this flag.
gxMoveToFlag
Move the start of a new contour, which becomes the current point, to the point specified after this flag.
gxClosePathFlag

Close the contour.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help